.familymemberpersonal-page-wrapper .col-heading-section{
    padding-bottom: 29px;
}
.familymemberpersonal-page-wrapper .collection-section.collection-page{
    padding-bottom:22px;
}
.familymemberpersonal-page-wrapper .fmm-personal{
    min-height: 150px;
    /* background-image: url("../images/personal-fmmbg.svg"); */
    background-repeat: no-repeat;
    background-position: center;
    /* animation: 1s ease-in-out 1 alternate translateodtestcards; */
}
.fmm-personal .family-member-banner-wrapper{
    position: absolute;
    overflow: hidden;
    height: 150px;
    width:100%;
}
.family-member-banner-wrapper .family-member-banner-img{
    height: 150px;
    width: 100%;
    display: block;
    object-fit: cover;
}
.familymemberpersonal-page-wrapper .sm-bread-crumb{
    padding-top: 20px;
}
.pfmm-profile-wrapper{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-row-gap: 23px;
    margin-top:23px;
}
.pfmm-card{
    background: #FFFFFF;
    border: 1px solid #848198;
    box-shadow: 0px 4px 41px rgba(57, 89, 128, 0.05);
    border-radius: 2px;
    padding: 20px;
    margin: -40px 15px 36px 15px;
    animation: 1s ease-in-out 1 alternate translateodtestcards;
}
.pfmm-socmediaand-edit-wrapper,.pfmm-smm-wraper{
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.pfmm-socmediaand-edit-wrapper{
    justify-content: space-between;
    width: 100%;
}
.pfmmedit-profile{
    display: flex;
    align-items: center;
    column-gap: 8px;
    text-decoration: none;
    font-size: 16px;
    color: #090416;
}
.pfmm-social-media{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 20px;
}
.pfmm-profile-img-wrapper{
    display: flex;
    justify-content: center;
    position: relative;
    width: 100px;
    height: 100px;
    border: 1px solid #848198;
    border-radius: 50%;
    overflow: hidden;
}
.pfmm-avatar-parent{
    position: relative;
    width: 87px;
    height: 87px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}
.pfmm-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
}
.pfmm-name{
    font-family: 'Cantata One', serif;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 10px;
    color: #090416;
}
.pfmm-profession{
    color: #848198;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 10px;
}
.pfmm-discri{
    color: #090416;
    font-weight: 400;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 0px;
}
.pfmm-desktop-btns{
    display: none;
}
.pfmm-col-wrok-btn .add-work {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    filter: drop-shadow(0px 2px 6px rgba(9, 5, 61, 0.12));
    outline: none;
    padding: 14px 18px;
    background: #FFFFFF;
    font-size: 16px;
    color: #090416;
    border: 1px solid #848198;
}
.pfmm-owner-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pfmm-mobile-btns{
    display: grid;
    row-gap: 11px;
}
.fmm-collection-work-ordered-wrapper{
    display: grid;
}
.pfmm-mobile-btns .pfmm-col-wrok-btn{
    width: 100%;
}
.fmm-collection-work-ordered-wrapper .collection-section{
    order: 2;
}
.fmm-collection-work-ordered-wrapper .work-section{
    order: 1;
}
@media (min-width: 992px){
    .familymemberpersonal-page-wrapper .fmm-personal{
        min-height: 276px;
    }
    .fmm-personal .family-member-banner-wrapper{
        height: 276px;
    }
    .family-member-banner-wrapper .family-member-banner-img{
        height: 276px;
    }
    .pfmm-card{
        padding: 45px 40px;
        margin: -153px 0px 78px 0px;
        position: relative;
    }
    .pfmm-socmediaand-edit-wrapper{
        width: auto;
    }
    .pfmm-social-media{
        position: absolute;
        right: 45px;
    }
    .pfmm-profile-wrapper{
        display: flex;
        align-items: center;
        column-gap: 45px;
        margin-top: 0px;
    }
    .pfmm-profile-img-wrapper{
        width: 221px;
        height: 221px;
    }
    .pfmm-avatar-parent{
        width: 194px;
        height: 194px;
    }
    .pfmm-discription{
        display: grid;
        grid-row-gap:10px ;
        flex-grow: 1;
    }
    .pfmm-col-wrok-btn{
        display: flex;
        align-items: center;
        column-gap: 10px;
    }
    .pfmm-mobile-btns{
        display: none;
    }
    .pfmm-line-seperator{
        height: 1px;
        background: #848198;
        width: 100%;
        margin-bottom: 10px;
    }
    .fmm-collection-work-ordered-wrapper .collection-section{
        order: 1;
    }
    .fmm-collection-work-ordered-wrapper .work-section{
        order: 2;
    }
}